Spread Windows Forms 12.0 Product Documentation
ActionResult<T> Constructor(T,ActionCategory)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ActionResult<T> Structure > ActionResult<T> Constructor : ActionResult<T> Constructor(T,ActionCategory)
Syntax
'Declaration
 
Public Function New( _
   ByVal value As T, _
   ByVal invalidateCategory As ActionCategory _
)
'Usage
 
Dim value As T
Dim invalidateCategory As ActionCategory
 
Dim instance As New ActionResult(Of T)(value, invalidateCategory)
public ActionResult<T>( 
   T value,
   ActionCategory invalidateCategory
)

Parameters

value
invalidateCategory
See Also

Reference

ActionResult<T> Structure
ActionResult<T> Members
Overload List